@charset "UTF-8";
/* CSS Document Amy Winfrey*/

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
    text-decoration: inherit;
}
a { 
    color: inherit;
    text-decoration: underline;;
}
header {
	padding: 2
        px;
    background-image: linear-gradient(rgba(248,188,5,1), rgba(248,188,5,0));
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
     background-image: url("aimages/gray_light.jpg");
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(aimages/gray_light.jpg);
	background-color: #e6f4f8;
    }
.video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
    max-width: 720px;
    text-align: center;
    margin: auto;
}

.video {
  width: 100%;
  height: 100%;
}

.centeramynot {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
        max-width: 800px;
    }
.centeramy {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
        max-width: 800px;
    
    }
.centeramy2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
        max-width: 300px;
    }
.centeramy3 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
        max-width: 200px;
    }
    .centeramy4 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
        max-width: 400px;
    
    }
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url(aimages/amywinfrey_2024.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000000;
	text-align: center;
}
.hero2 {
	background-image: url(aimages/amywinfrey_2024_2.png);
	background-size: cover;
	padding: 5px 20px 50px 20px;
	color: #000000;
	text-align: center;
    
}
.hero3 {
	background-image: url(aimages/amywinfrey_2024_3.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000000;
	text-align: center;
}
.hero4 {
	background-image: url(aimages/amywinfrey_2024_4.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000000;
	text-align: center;
    
}
.hero5 {
	background-size: 90%;
   background-image: linear-gradient(rgba(209, 172, 211,1), rgba(248,188,5,0));
	padding: 20px 20px 50px 20px;
	color: #000000;
	text-align: center;
}
h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: -20px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
	text-align: left;

}

.button {
	border-left: 2px solid #A5A5A5;
	border-right: 2px solid #A5A5A5;
	border-bottom: 2px solid #A5A5A5;
	border-top: 2px solid #A5A5A5;
	padding: 8px 30px;
	border-radius: 0px;
	color: #000000;
	text-decoration: underline;
	background-image: url("aimages/button.png");
}

.info-box-tan {
	background-image: url("aimages/hellcoverwithshirts.jpg");
	background-size: cover;
	background-color: #b9a88e;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
     background-image: url("aimages/bojack2.jpg");
    background-size: cover;
	background-color: #2D2D35;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-tan2 {
    background-image: url("aimages/amywinfreyindie.jpg");
	background-size: cover;
	background-color: #b9a88e;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
 }

.info-box-dark2 {
	background-image: url("aimages/bertie3.jpg");
	background-size: cover;
	background-color: #FFFFFF;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
	float: left;
	padding: 0px 7px 14px;
	text-align: center;
	}
    .colAmy {
	float: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 14px;
	text-align: center;
	background-color: #f8bc05;
        background-size:100%;
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 8%;
        		float: right;
	}
    .col-lg-one-fourth2 {
		width: 14%;
        		float: left;
        
	}
}


@media (max-width: 767px){

}
