html{
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
body{
    background-image: url("../images/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    line-height: 1.6;
}
.dark-blue{
    color: #124289;
}
.bg-dark-blue{
    background-color: #124289;
}
.medium-blue{
    color: #04629e;
}
.bg-medium-blue{
    background-color: #04629e
}
.light-blue{
    color: #2787f6;
}
.bg-light-blue{
    background-color: #2787f6;
}
.dark-orange{
    color: #bf2500;
}
.bg-dark-orange{
    background-color: #bf2500;
}
.medium-orange{
    color: #e64d08;
}
.bg-medium-orange{
    background-color: #e64d08;
}
.light-orange{
    color: #fd7e07;
}
.bg-light-orange{
    background-color: #fd7e07;
}
.white{
    color: #FFFFFF;
}
.bg-white{
    background-color: #FFFFFF;
}
.black{
    color: #000000;
}
.bg-black{
    background-color: #000000;
}
.text-color{
    color: rgba(0,0,0,0.6);
}
.hover-hand{
    cursor: pointer;
}
.tab{
    
    padding-left: 10px;
    padding-bottom: 10px;
}
.center{
    text-align: center;
}
.header{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.header-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    font-size: calc(1.25em + 1vw);
}
.header-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: calc(1.3em + 2vw);
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
}
.button{
    display: block;
    text-align: center;
    background: white;
    text-decoration: none;
    padding: 10px 50px 10px 50px; 
    border-radius: 12px;
    font-size: calc(1em + 1vw);
    margin-top: 30px;
    align-self: center;
}
.button:hover{
    background-color: #bf2500;
    color: white;
    cursor: pointer;
}
.icon-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 80px;
    width: 80%;
}
.icon-headers{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}
.icon-headers:hover{
    cursor: pointer;
    border-bottom: 3px solid white;
}
.icons{
    font-size: calc(2em + 1vw);
}
.icon-title{
    text-align: center;
    font-size: calc(0.75em + 1vw);
    width: 100%;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto 16px;
    padding: 32px 10px;
    border-radius: 12px;
    width: 90%;
}
.main-title{
    font-size: calc(1.3em + 2vw);
    margin-top: 20px;
    text-align: center;
}
.main-subtitle{
    font-size: calc(0.75em + 1vw);
    margin-top: 10px;
    text-align: center;
}
.main-button{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 50px 10px 50px; 
    border-radius: 12px;
    font-size: calc(1em + 1vw);
    margin-top: 30px;
    align-self: center;
    border: 2px solid black;
}
.main-button:hover{
    background-color: #bf2500;
    color: white;
    cursor: pointer;
}
.main-button-title{
    cursor: pointer;
    text-align: center;
    font-size: calc(0.5em + 1vw);
}
.main-buttons-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
	max-width: 600px;
    min-width: 200px;
    margin-top: 20px;
}
.main-button-link{
    border-color: #1c2830;
    align-items: center;
    width: 100%;
    margin: 10px;
    padding: 10px;
    font-size: calc(0.7em + 1vw);
    border-radius: 12px;
	cursor: pointer;
	font-weight: 400;
}
.main-button-link:hover{
	background-color: #bf2500;
	color: white;
}
.main-content-container{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: left;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: calc(0.7em + 1vw);
}
.main-icons{
    text-align: center;
    font-size: calc(3em + 1vw);
}
.pricing-container{
    border: 1px solid black;
    border-radius: 20px;
    padding: 20px;
}
.pricing{
    text-align: center;
    font-weight: bold;
    font-size: calc(1em + 1vw);
}
.pricing-title{
    font-weight: bold;
    font-size: calc(0.75em + 1vw);
}
.pricing-sub-title{
    font-size: min(max(14px, 3vw), 18px);
}
.main-icon-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 7vh;
    width: 90%;
}
.main-icon-headers{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%;
    max-width: 100%;
    margin: 10px;
}
.main-icon-title{
    text-align: center;
    font-size: min(max(16px, 4vw), 24px);
    width: 100%;
}
.main-icon-subtitle{
    text-align: center;
    font-size: min(max(14px, 3vw), 18px);
    width: 100%;
}
.your-name{
    font-weight: bold;
}
.logo{
	max-width: 100%;
	max-height: 100%;
}
.logo-container{
    display: flex;
    justify-content: center;
    margin-top: 50px;
	width: 50%;
}
.getstarted{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer-container{
    display: flex;
    justify-content: column;
    align-content: center;
    text-align: center;
    font-size: calc(0.5em + 1vw);
    margin-top: 80px;
}
.hubspotforms{
    margin-top: 20px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .header-title{
        align-items: flex-start;
        margin-top: 80px;
    }
    .header-body{
        align-items: flex-start;
        text-align: left;
    }
    .button{
        align-self: flex-start;
    }
    .icon-container{
        width: 60%;
    }
    .icon-headers{
        width: 60%;
    }
    .main{
        width: 80%''
    }
    .main-icon-headers{
        max-width: 40%;
    }
    .hubspotforms{
        margin-top: 20px;
        width: 80%;
    }
}
@media only screen and (min-width: 1000px) {
    .header{
        width: 65%;
    }
    .header-body{
        max-width: 75%;
    }
    .icon-container{
        width: 50%;
    }
    .icon-headers{
        width: 50%;
    }
    .main{
        width:70%;
    }
    .main-icon-headers{
        max-width: 30%;
    }
    .hubspotforms{
        margin-top: 20px;
        width: 60%;
    }
}

#message{
    background: white;
    width: 70%;
    margin: 20px auto 16px;
    padding: 32px 24px;
    border-radius: 3px;
}
#message h2{
    color: #124289;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 8px;
}
#message h1{
    font-size: 22px;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
    margin: 0 0 16px;
}
#message p{
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 14px;
}
#message a{
    display: block;
    text-align: center;
    background: #124289;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 16px; 
    border-radius: 4px;
}
#message a:hover{
    background-color: #bf2500;
	color: white;
}
#message, #message a{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#load{
    color: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 13px;
}
.footer{
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #124289;
    opacity: 1;
    border-radius: 10px;
    font-size: min(max(24px, 4vw), 32px);
}
.footer-icon{
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    color: white;
    text-decoration: none;
}