*{
    box-sizing: border-box;
}

a {
    color: #0033A0;
    text-decoration: underline;
    font-weight: 700;
}

a:hover {
    color:rgba(0, 114, 206, 1);
}

body {
    background-color: #ffffff;
    color: #0033A0;
    font-family: 'ff-avance-pro', serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 96px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin: 0px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

hr {
    width: auto;
    background-color: #0033A0;
    border: none;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

li {
    margin-bottom: 10px;
    list-style-type: none;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
}

li:before {
    content: '\2192';
    color: #0033A0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: -20px;
    margin-right: 10px;
}

li.linethrough {
    text-decoration: line-through;
}

.linethrough {
    text-decoration: line-through;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    padding-left: 0px;
    
}

ul {
    padding-inline-start: 20px;
}

.bottom {
    margin-bottom: 40px;
}
/* Old Button Styling
.btn {
    background-color: #0033A0;
    border: solid 3px #ffffff;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 10px 20px 0px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}

.btn:hover {
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background-color: white;
    color: #0033A0;
}

*/

/* New Button Styling*/

.d-btn{
		display: flex;
		border: 1px solid #0033A0;
		background-color: #fff;
		transition: all .3s ease;
		border-bottom-width: 3px;
		border-right-width: 3px;
		border-radius: 10px;
		padding: 5px 15px;
		align-items: center;
		cursor: pointer;
		}
		.d-btn svg{
		max-height: 100%;
		}
		.d-btn-a{
		text-decoration: none;
		}
		.d-btn span{
		text-align: center;
		padding-left: 15px;
		}
		.d-btn h4{
		margin:0;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		color: #0033A0;
		font-size: 24px;
		padding-left: 0px;
		margin-bottom: 3px;
		transition: all .3s ease;
		}
		.d-btn h6{
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		color: #0033A0;
		margin:0;
		font-size: 12px;
		transition: all .3s ease;
		}
		.d-btn:hover{
		background-color: #0033A0;
		}
		.d-btn:hover h6, .d-btn:hover h4{
		color: #fff;
		}


.container1{
    display: flex;
}

.container-left {
    max-width: 60%;
    float:left;
    flex: 2;
}

.container-right{
    float:right;
    flex: 1;
    display: flex;
    justify-content: center;
}

.extra-top-padding {
    padding-top: 10px;
}

.grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
}

.grid hr {
    width: auto;
}

.image {width: 800px; height: auto;}

.inspiration {
    font-family: Tillana;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 210px;
}

.inspiration:hover{
    font-size: 0;
}

.inspiration:hover:after{
    content: attr(data-hover);
    font-family: Tillana;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
}

.quote{
    display: flex;
}

.list-bold {
    font-weight: 600;
}

.list-light {
    font-weight: 100;
}

.paragraph {
    margin:0px;}

.top {
    margin-top:20px;
    margin-bottom: 0px;
}

.attribution {
    font-size: 10px;
    margin-top: -20px;
    margin-left: 10px;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 800px) {
    .container-left {
    max-width: 60%;
    float:left;
    flex: 2;
}
    }


 @media only screen and (max-width: 768px) {

    body {
        margin-right: 20px;
        margin-left: 20px;
    }

    .container-left {
        max-width: 100%;
        width: 100%;
        float:left;
        flex: 2;
    }

    .container-right{
        display: none;
    }

    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    p {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .grid div:first-of-type h4 {
        margin-block-start: 5px;
    }

    .grid {
        display: grid;
        grid-template-columns:auto;
        grid-column-gap: 0px;
    }

    header {
        padding-top: 5px;
        top: 0px;
        width: 100%;
    }

    .image {object-fit: contain;}

    img {
        max-width: 100%;
        max-height: 100%;
    }
}
