/* CSS HEX */
/*
--mint-green: #D2EFEBff;
--verdigris: #1CADAEff;
--teal: #188387ff;
--gunmetal: #04303Fff;
--myrtle-green: #297772ff;
- background-image blend: #90bbcc;
*/

*{
    margin: 10px;
}

html {
        background-color: #90bbcc;
        background-image: url(../assets/images/CS50A_background.png);
        background-repeat: no-repeat;
        background-position: bottom;
        font-family: 'Lato', sans-serif;
    }    

/*lists*/
nav ul li {
    text-transform: uppercase;
    list-style-type: none;
    text-decoration:none;
    text-align: center;
    line-height: 150%;
    color: #04303Fff;
}

ul, li {
    font-size: 16px;
    font-family: 'lato';
    line-height: 60%;
}

/*location*/
.floatRight {
    float: right;
    padding: 5px;
    margin: 5px;
}

.floatLeft {
    float: left;
    padding: 5px;
    margin: 5px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}

/*text*/
h1 {
    font-family: 'Passion+One';
    text-align: center;
    color: #D2EFEBff;
    background-color: #04303Fff;
    border: 0;
    border-radius: 10px;
}

h2, h3 {
    font-family: 'Amiko';
    color: #04303Fff;
}

p {
    font-family:'lato';
    font-size: 16px;
    line-height: 20px;
}

#shadow {
    text-shadow:inherit;
}

p strong{
    color:#04303Fff;
}

.lessbackground {
    font-family: 'Passion+One';
    background-color: #04303Fff;
    border: 0;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

figcaption {
    font-size: 12px;
    font-family: 'Lato';
    font-weight: bold;
    text-align: center;
    display: block;
}

/*borders and backgrounds*/
.roundedCorners {
    border: 0;
    border-radius: 10px;
}

.outsetborder {
    border-style: outset;
}

.double {
    border-style: double;
}

.inset {
    border-style: inset;
}

#container {
    border-style: outset;
    text-align-last: center;
}
