@charset "utf-8";
/* main.css stylesheet */

/* Social Media Nav Styles */
#social-media-nav{
    margin: 10px 0px 0px 0px;
}

#social-media-nav ul {
    float: right;
}

#social-media-nav li {
    width: 20px;
    height: 30px;
    float: left;
    padding: 0px 0px 0px 10px;
}

#social-media-nav i {
    font-size: 25px;
    color: #81B26D;
}




/* General Styles */
body {
    font-family: 'Roboto', sans-serif;
}

header {
    margin-bottom: 50px;
}

footer {
    min-height: 50px; /* TODO delete after styling */
    background-color: #E3724F;
    margin-top: 75px;
}

h1 {
    font-size: 125px;
    font-family: 'Poiret One', cursive;
    color: #E3724F;
}



/* Main NAV Styles */
.main-nav {
    padding: 0px;
}

.main-nav ul {
    float: right;
    margin-top: 50px;
}

.main-nav-style {
    color: black;
    padding: 10px 0px 20px 10px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}

.main-nav a {
    color: #000;
    text-decoration: none;
}

.main-nav i {
    font-size: 30px;
    color: #81B26D;
    position: relative;
    top: 7px;
}




/* Overall Structure Styles */

.wrapper {
    width: 1170px;
    margin: auto;
}

#welcome-box {
    width: 1170px;
    background-color: #4A4DB2;
    border-radius: 10px;
    padding: 0px 0px 25px 0px;
    margin: 45px 0px;
}

#welcome-text {
    padding: 25px;
    margin-top: 20px;
    width: 450px;
    float: left;
}

#get-started {
    background-color: #FFF;
    border-radius: 10px;
    width: 135px;
    float: left;
    padding: 25px;
    margin: 45px 25px 0px 0px;
}

#left-column {
    width: 520px;
    margin-left: 70px;
    float: left;
}

#right-column {
    width: 570px;
    float: right;
}

.tip {
    padding: 20px;
    border: 2px dashed #E3724F;
    width: 450px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.tip-icon {
    float: left;
}

.tip-text {
    width: 275px;
    float: left;
    margin-left: 25px;
}




/* Text Styles */
h2 {
    font-size: 28px;
    font-weight: 500;
    color: #F1FFFB;
    margin-bottom: 20px;
}

p {
    font-size: 20px;
    font-weight: 300px;
    line-height: 28px;
    color: #E1F5FF;
}

.welcome-icon {
    font-size: 100px;
    color: #81B26D;
    text-align: center;
    position: relative;
    left: 15px;
    top: 10px;
}

.welcome-text {
    font-size: 20px;
    color: #4A4DB2;
    font-weight: 500;
    text-align: center;
}

.motivation-quote {
    font-size: 40px;
    color: #000;
    line-height: 56px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
}

.small {
    font-size: 30px;
}

.section-headers {
    color: #4A4DB2;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.feature-icon {
    color: #81B26D;
    font-size: 150px;
    max-height: 150px;
    position: relative;
}

.feature-text {
    color:#000;
    font-size: 16px;
    line-height: 22px;
}

.weekly-tip-icon {
    top: 80px;
}

.weekly-gear-icon {
    top: 10px;
}

.weekly-boost-icon {
    top: 15px;
}

.weekly-nutrition-icon {
    top: 45px;
}

.tri-icons {
    font-size: 120px;
    color: #4A4DB2;
    padding: 10px;
    text-align: center;
}


.footer-text {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}









/* Universal Styles */

.clear {
    clear: both;
}

last {
    margin-right: 0;
}

.no-border {
    border: 0px;
}

.bottom {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.green {
    color:#81B26D;
}

.orange {
    color: #E3724F;
}

.blue {
    color: #4A4DB2;
}

.author {
    font-size: 30px;
    font-weight: 500;
}

.bold {
    font-size: 16px;
    font-weight: 700;
}

.additional-margin {
    margin-top: 20px;
}